home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part1 / 1921 < prev    next >
Encoding:
Internet Message Format  |  1996-08-06  |  806 b 

  1. Path: news.fsu.edu!xi!colvin
  2. From: colvin@xi.cs.fsu.edu (Joshua Colvin)
  3. Newsgroups: comp.lang.c++
  4. Subject: Two Stupid Newbie Questions
  5. Date: 14 Jan 1996 02:39:03 GMT
  6. Organization: FSU Computer Science Department
  7. Message-ID: <4d9qc7$m8t@news.fsu.edu>
  8. NNTP-Posting-Host: xi.cs.fsu.edu
  9. X-Newsreader: TIN [version 1.2 PL2]
  10.  
  11.  
  12.  
  13.  
  14.    Howdy all! Okay...quickees here:
  15.  
  16.      1) When I move an image around the screen I draw it in a position and
  17.         then replace it using putimage(blah, XOR_PUT); but this creates a
  18.         flickering effect. Is it becuase my computer's just too slow to make
  19.         the movement appear smooth, or is there a better way to move an image
  20.         around on the screen?
  21.  
  22.      2) When should I use malloc() as opposed to farmalloc() ?
  23.  
  24. Thanx. :)
  25.  
  26. Joshua Colvin
  27. colvin@cs.fsu.edu
  28.